home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / libs / filevirus26alib.lha / include / clib / filevirus_protos.h
C/C++ Source or Header  |  1993-03-29  |  649b  |  19 lines

  1. #ifndef    CLIB_FILEVIRUS_PROTOS_H
  2. #define    CLIB_FILEVIRUS_PROTOS_H
  3.  
  4. #include <exec/types.h>
  5.  
  6. struct FilevirusNode *fvAllocNode(void);
  7. void fvFreeNode(struct FilevirusNode *);
  8. ULONG fvTestHunks(struct FilevirusNode *);
  9. ULONG *fvNextHunk(ULONG *);
  10. ULONG fvCheckCode(struct FilevirusNode *, ULONG *, LONG);
  11. ULONG fvCheckFile(struct FilevirusNode *, ULONG);
  12. ULONG fvRepairFile(struct FilevirusNode *, ULONG *, LONG);
  13. struct FilevirusInfo *fvShowFVInfo(struct FilevirusNode *);
  14. struct FilevirusInfo *fvShowNextFVInfo(struct FilevirusNode *);
  15. void fvResetNode(struct FilevirusNode *);
  16. ULONG fvCheckCodePartial(struct FilevirusNode *, ULONG *, LONG);
  17.  
  18. #endif
  19.